Class LMISignalingImpl

All Implemented Interfaces:
IPCObject, LMISignaling, Process

public class LMISignalingImpl extends ProcessImpl implements LMISignaling
Information provided by the PKI file:

    \class LmiSignaling
    
    \brief LmiSignaling handles and manipulates the PPP encapsulation process.
    
    \example network().getDevice("Router0").getProcess("LmiSignaling")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getPacketCnt

      public int getPacketCnt()
      Information provided by the PKI file:
      
          \return int, value is the packet count.
          
              
      Specified by:
      getPacketCnt in interface LMISignaling
      Returns:
      int Returns a int
    • getUserTrafficAt

      public UserTraffic getUserTrafficAt(int index)
      Information provided by the PKI file:
      
          \return UserTraffic, value is the user traffic at the given index.  Range (0, getPacketCnt()-1).
          
              
      Specified by:
      getUserTrafficAt in interface LMISignaling
      Parameters:
      index - Takes in a parameter of index
      Returns:
      UserTraffic Returns a UserTraffic